home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7956 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  980 b 

  1. Path: ernie.idi.oclc.org!usenet
  2. From: Ron Unterreiner <runterreiner@idi.oclc.org>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MSVC++ v.1.52 HELP NEEDED!!
  5. Date: Thu, 15 Feb 1996 08:30:24 -0800
  6. Organization: Information Dimensions, Inc.
  7. Message-ID: <31235FA0.9B2@idi.oclc.org>
  8. References: <4fskd8$d3m@piano.synapse.net>
  9. NNTP-Posting-Host: runterr.idi.oclc.org
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (Win16; I)
  14.  
  15. Kyle Robert Adem Jones wrote:
  16. > I need HELP so I can be able to put controls on the main window!(I use
  17. > MFC and "AppWizard")
  18. > Can anyone help me???If you have all the manuals to the Visual C++ compiler, look up 
  19. information on using form views.  A form is a view that controls can be 
  20. placed in.  You can define your own form class and substitute it in for 
  21. the view in your CSingleDocTemnplate call.  Look in the App Studio User's 
  22. Guide on Creating Form Vies.  This should get you started.
  23.